editable
Type
property
Summary
Defines if the user can edit or change the text of the label
Syntax
set the editable of <widget> to {<true> | <false>}
get the editable of <widget>
Description
Use the editable property to define whether the user can edit or change the text of the label.
Value
Name | Type | Description |
---|---|---|
value | A boolean that defines whether the user can edit or change the text of the label. |